3.10.57 \(\int \frac {(d+e x)^m (a+b x+c x^2)^p}{f+g x} \, dx\) [957]

Optimal. Leaf size=30 \[ \text {Int}\left (\frac {(d+e x)^m \left (a+b x+c x^2\right )^p}{f+g x},x\right ) \]

[Out]

Unintegrable((e*x+d)^m*(c*x^2+b*x+a)^p/(g*x+f),x)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \frac {(d+e x)^m \left (a+b x+c x^2\right )^p}{f+g x} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[((d + e*x)^m*(a + b*x + c*x^2)^p)/(f + g*x),x]

[Out]

Defer[Int][((d + e*x)^m*(a + b*x + c*x^2)^p)/(f + g*x), x]

Rubi steps

\begin {align*} \int \frac {(d+e x)^m \left (a+b x+c x^2\right )^p}{f+g x} \, dx &=\int \frac {(d+e x)^m \left (a+b x+c x^2\right )^p}{f+g x} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.23, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {(d+e x)^m \left (a+b x+c x^2\right )^p}{f+g x} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[((d + e*x)^m*(a + b*x + c*x^2)^p)/(f + g*x),x]

[Out]

Integrate[((d + e*x)^m*(a + b*x + c*x^2)^p)/(f + g*x), x]

________________________________________________________________________________________

Maple [A]
time = 0.06, size = 0, normalized size = 0.00 \[\int \frac {\left (e x +d \right )^{m} \left (c \,x^{2}+b x +a \right )^{p}}{g x +f}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((e*x+d)^m*(c*x^2+b*x+a)^p/(g*x+f),x)

[Out]

int((e*x+d)^m*(c*x^2+b*x+a)^p/(g*x+f),x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^m*(c*x^2+b*x+a)^p/(g*x+f),x, algorithm="maxima")

[Out]

integrate((c*x^2 + b*x + a)^p*(x*e + d)^m/(g*x + f), x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^m*(c*x^2+b*x+a)^p/(g*x+f),x, algorithm="fricas")

[Out]

integral((c*x^2 + b*x + a)^p*(x*e + d)^m/(g*x + f), x)

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)**m*(c*x**2+b*x+a)**p/(g*x+f),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^m*(c*x^2+b*x+a)^p/(g*x+f),x, algorithm="giac")

[Out]

integrate((c*x^2 + b*x + a)^p*(x*e + d)^m/(g*x + f), x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.03 \begin {gather*} \int \frac {{\left (d+e\,x\right )}^m\,{\left (c\,x^2+b\,x+a\right )}^p}{f+g\,x} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((d + e*x)^m*(a + b*x + c*x^2)^p)/(f + g*x),x)

[Out]

int(((d + e*x)^m*(a + b*x + c*x^2)^p)/(f + g*x), x)

________________________________________________________________________________________